home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 60 / IOPROG_60.ISO / soft / c++ / gsl-1.1.1-setup.exe / {app} / src / integration / tests.h < prev    next >
Encoding:
Text File  |  2000-05-05  |  1.8 KB  |  50 lines

  1. /* integration/tests.h
  2.  * 
  3.  * Copyright (C) 1996, 1997, 1998, 1999, 2000 Brian Gough
  4.  * 
  5.  * This program is free software; you can redistribute it and/or modify
  6.  * it under the terms of the GNU General Public License as published by
  7.  * the Free Software Foundation; either version 2 of the License, or (at
  8.  * your option) any later version.
  9.  * 
  10.  * This program is distributed in the hope that it will be useful, but
  11.  * WITHOUT ANY WARRANTY; without even the implied warranty of
  12.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  13.  * General Public License for more details.
  14.  * 
  15.  * You should have received a copy of the GNU General Public License
  16.  * along with this program; if not, write to the Free Software
  17.  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  18.  */
  19.  
  20. double f1 (double x, void * params);
  21. double f2 (double x, void * params);
  22. double f3 (double x, void * params);
  23. double f4 (double x, void * params);
  24. double f5 (double x, void * params);
  25.  
  26. double f6 (double x, void * params);
  27. double f7 (double x, void * params);
  28. double f8 (double x, void * params);
  29. double f9 (double x, void * params);
  30. double f10 (double x, void * params);
  31.  
  32. double f11 (double x, void * params);
  33. double f12 (double x, void * params);
  34. double f13 (double x, void * params);
  35. double f14 (double x, void * params);
  36. double f15 (double x, void * params);
  37.  
  38. double f16 (double x, void * params);
  39. double f17 (double x, void * params);
  40.  
  41. double f454 (double x, void * params);
  42. double f455 (double x, void * params);
  43. double f456 (double x, void * params);
  44. double f457 (double x, void * params);
  45. double f458 (double x, void * params);
  46. double f459 (double x, void * params);
  47.  
  48. double myfn1 (double x, void * params);
  49. double myfn2 (double x, void * params);
  50.